home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
ifxlite
/
imagefx3
/
rexx
/
autofx
/
eot_straw.ifx
< prev
next >
Wrap
Text File
|
2004-08-03
|
561b
|
28 lines
/*
* $VER: EOT_Straw.ifx 2.6 (24.04.96)
* Copyright © 1992-1996 Nova Design, Inc.
*
* Written by Ola Eric Olsson
*/
OPTIONS RESULTS
framenum = Word(Arg(1),1)
mainname = Word(Arg(1),2)
swapname = Word(Arg(1),3)
seqnum = Word(Arg(1),4)
framemax = Word(Arg(1),5)
base = 'autofx_straw_'
linesize = GETCLIP(base||'size')
spacing = GETCLIP(base||'density')
min = GETCLIP(base||'minangle')
max = GETCLIP(base||'maxangle')
amt = TRUNC(linesize * (framenum / framemax))
Hook Straw Size amt Density spacing MinAngle min MaxAngle max
EXIT rc